home *** CD-ROM | disk | FTP | other *** search
- /* FTPConnect.dopus5 */
- options results
- address 'DOPUS.1'
- 'command wait ftpconnect host wuarchive.wustl.edu dir /pub/aminet/biz/dopus noscan recon'
- handle = result
- text = 'We should now be connected to Aminet'
- dopus request '"'text'" OK'
- lister set handle source
- 'command original wait copy INDEX TO RAM:'
- lister close handle
- command ftpquit
- exit
-